home *** CD-ROM | disk | FTP | other *** search
/ Aminet 24 / Aminet 24 (1998)(GTI - Schatztruhe)[!][Apr 1998].iso / Aminet / comm / net / AmiComSysMUI.readme < prev    next >
Text File  |  1998-02-07  |  10KB  |  215 lines

  1. Short:    V1.16a Personal Communicator (MUI) Needs AMarquee.lib
  2. Author:   hparting@hem.passagen.se (Håkan Parting)
  3. Uploader: hparting@hem.passagen.se (Håkan Parting)
  4. Version:  1.16a
  5. Type:     comm/net
  6. Requires: comm/net/AMarquee1.46.lha, dev/mui/MCC_NList0.75.lha
  7.  
  8. This version is for MC68020 and higher. A MC68000 version may be found
  9. at http://hem.passagen.se/hparting/amigapa.html
  10.  
  11. AmiComSys is a AMarquee client program which you use to communicate with
  12. other people on a tcp/ip-net - e.g Internet. At the same time it make it
  13. easier to find people's IP-addresses and homepages.
  14.  
  15. Now you can say Hi! to your friends on the net, or just see if they are
  16. connected.
  17.  
  18. You can:
  19. * send text messages
  20. * send chat requests
  21. * send WEB-requests.
  22. * transfer files.
  23. * have a public chat
  24. * have a private chat.
  25.  
  26. Future updates will include more.
  27.  
  28. Please put it in your Online-script or wbstartup drawer and enjoy ...
  29.  
  30. AmiComSys requires amarquee.library v.45+ in LIBS:. Get it from
  31. the AMarquee-package - aminet:comm/net/AMarqueeX.xx.lha
  32.  
  33. and Magic User Interface (MUI) version 3.8 or higher
  34.  
  35. and NList.mcc by Gilles Masson, available at Aminet:dev/mui/MCC_NList0_75.lha
  36.  
  37. and BetterString.mcc by Allan Odgaard. Included in the archive
  38. (MUI/libs/BetterString.mcc). Does only work with Kickstart 3.0+. See
  39. below for Kickstart 2.0
  40.  
  41. optionally you may also use NewString.mcc by Rüdiger Sopp. (found in
  42. the Ibrowse-archive)
  43.  
  44. or Textinput.mcc by Oliver Wagner (found at ftp://ftp.vapor.com/misc/textinput_13.xx.lzx)
  45.  
  46. Textinput.mcc is required if you are using Kickstart 2.04. You may download
  47. it at the above address.
  48.  
  49. Note that the above only apply if your friends is using AmiComSys,
  50. and have an Amiga. ( An IBM-PC-version of AMarquee.library would
  51. be nice, or better a java class :-))
  52.  
  53. Features:
  54.  
  55. * Send text messages.
  56. * Includes a client list, which shows people which have logged in.
  57. * Send WEB- or Chat-requests.
  58. * Uses Magic User Interface (MUI).
  59. * A message history buffer, which saves all the received messages.
  60. * Logging
  61. * Arexx interface
  62. * File transmission.
  63. * Public chat (HotLine)
  64. * Private chat (PChat)
  65. * Friendsbook.
  66. * TAB- and ':'-nickname-expansion in chat-fields.
  67. * Every window is iconifiable separately from the MUI-application.
  68. * Send WWW, FTP, IRC -addresses to your WEB-browser, FTP-client respective 
  69. AmIRC.
  70. * Optional string-gadget class. Choose from Betterstring.mcc, Newstring.cc
  71. and Textinput.mcc
  72.  
  73. History changes:
  74. 1.16a (25.01.1998)
  75. -----------------
  76. NEW: Added arexx command SET STATUS. With it you may set the current
  77.      status. (OFFline, ONLine, AWAy etc.). It's also possible to get the current
  78.      status.
  79.  
  80.      To get a newline with the rexx commands REQUEST and REQUESTA you now
  81.      must insert the rawkey code 13. (10 can't be used).
  82.  
  83. BUGFIX: Some icons was just squares if you were not using Newicons.
  84.      Reported by Jeremy Friesner. Thanks!
  85.  
  86.      Several fixes to make it work with Kickstart 2.04.
  87.      Betterstring.mcc does only work with kickstart 3.0+, therefore Textinput.mcc is 
  88.      required for Kickstart 2.0 users.
  89.      Thanks to Fredrik Zetterlund and Jeremy Freisner for helping me to find
  90.      these bugs!
  91.  
  92.      Forgot to close asl.library.
  93.  
  94.      SendIRC.amicomsys now always open a new copy of AmIrc.
  95.  
  96. 1.16 (18.01.1998)
  97. -----------------
  98. NEW: Online, Offline, Away, Busy and Invisible status implemented. Current
  99.      status for a client is showed in the client info requester.
  100.      When you are away, arriving messages will be saved to the Message History
  101.      buffer. Received messages while away will be highlighted.
  102.      Number of waiting messages is showed in the info-text-area in the upper part
  103.      of the window.
  104.      The message which is sent to connecting clients, while away, is costumizable
  105.      in the Program-settings-page-various tab.
  106.      The Settings-window now have a MUI 3.0 look ...
  107.      The arexx script "Rexx/MessageArexx.amicomsys" may now be executed automatically
  108.      by AmiComSys when a message arrives. It could totally replace AmiComSys's
  109.      message-requsters. You may do a rexx-script which show the message text somehow,
  110.      or play a sound. If you just want to play a sound the checkbox "Replace ACS's requester",
  111.      found in the Misc-settings-page, shall be unchecked.  
  112.      With the Arexx command SET MESSAGEAREXX 0/1 you can enable or disable
  113.      this script.
  114.  
  115.      Added some keybindings to the Chat-window-textinput-fields.
  116.      TAB-nickname-expansion and ':'-nickname-expansion.
  117.      You may browse through the message in the list with the cursor keys. The
  118.      text will be inserted into the textinput-fields.
  119.      AmiComSys does not support the old String.mui-class anymore.
  120.      The mui-costum-class BetterString.mcc is required. It's included in the archive.
  121.      You may choose the string-class you like best. (BetterString.mcc, Newstring.mcc or Textinput.mcc)
  122.  
  123.      Private chat is now implemented. Press the PChat-button, while a client
  124.      is selected. It's also possible to connect one chat window to several
  125.      clients.
  126.  
  127.      Added ASK parameter to the Arexx SEND command. A confirmation requester
  128.      will come up if specified. (Always if unregistered version).
  129.      Added arexx commands REQUEST and REQUESTA. With it you can use AmiComSys's
  130.      two kinds of message requesters.
  131.  
  132.      Changed layout in About-requester. Added number of connected clients.
  133.  
  134.      Added friendsbook. (windows menu).
  135.      Idea by Rolf Bollmann. Thanks!
  136.      Added Add button to main window. With it you add entries to the friends-
  137.      book. You must open and close the friendsbook window for it to be saved.
  138.  
  139.      Added System-info to client info and settings.
  140.      It's now possible to adjust the maximum width of the requesters. (windows-
  141.      settings-Message requester tab-Max horiz chars).
  142.      Added IRCServer-path to personal settings and client info. You may
  143.      advertise your IRC-server.
  144.  
  145.      Any window may now be iconified separately! Just the window, not the whole application.
  146.  
  147.      Optimized for MC68020. 68000 version available at my homepage.
  148.  
  149. BUGFIXES:
  150.      The status-popup-menu was not working right.
  151.      The info-textbox got an extra new line after the window was updated.
  152.      AmiComSys did not remove broken connections from the server when the
  153.      same client went online again, but with another IP-address.
  154.      Reported by Thomas Steinbichler. Thanks!
  155.      Removed enforcer flood, which happened when the Arexx command GET CLIENTLIST
  156.      was used :-(
  157.   
  158. This program is ShareWare.
  159. Version 1.16a-MUI (25.01.98)
  160. Copyright 1997-1998 Håkan Parting
  161.  
  162.  
  163. ============================= Archive contents =============================
  164.  
  165. Original  Packed Ratio    Date     Time    Name
  166. -------- ------- ----- --------- --------  -------------
  167.     4008    1357 66.1% 25-Jan-98 15:45:16  AmiComSys.info
  168.   130356   64663 50.3% 25-Jan-98 15:45:08 +AmiComSys
  169.     6324    1456 76.9% 25-Jan-98 15:45:08 +AmiComSys.info
  170.    77416   26547 65.7% 25-Jan-98 15:45:08 +AmiComSysMUI.guide
  171.     2909    2029 30.2% 25-Jan-98 15:45:10 +AmiComSysMUI.guide.info
  172.     6560    2930 55.3% 25-Jan-98 15:45:10 +AmiComSysMUI1.16a.readme
  173.     2909    2029 30.2% 25-Jan-98 15:45:08 +AmiComSysMUI1.16a.readme.info
  174.     4008    1351 66.2% 25-Jan-98 15:45:10 +Contrib.info
  175.     1394    1066 23.5% 25-Jan-98 15:45:10 +AmiComSys.dock
  176.     7883    3662 53.5% 25-Jan-98 15:45:10 +AmiComSys.dock.info
  177.      169     131 22.4% 25-Jan-98 15:45:10 +AmiComSys.dock.readme
  178.     2909    2029 30.2% 25-Jan-98 15:45:10 +AmiComSys.dock.readme.info
  179.     4008    1360 66.0% 25-Jan-98 15:45:10 +MenuImages.info
  180.      272     227 16.5% 25-Jan-98 15:45:10 +ACS-Arrow
  181.      272     241 11.3% 25-Jan-98 15:45:10 +ACS-Plain
  182.      272     245  9.9% 25-Jan-98 15:45:10 +ACS-TCP
  183.      272     240 11.7% 25-Jan-98 15:45:10 +gACS-Arrow
  184.      272     255  6.2% 25-Jan-98 15:45:10 +gACS-Plain
  185.      272     253  6.9% 25-Jan-98 15:45:10 +gACS-TCP
  186.     2212    1335 39.6% 25-Jan-98 15:45:10 +preview.iff
  187.      153     121 20.9% 25-Jan-98 15:45:10 +ReadMe
  188.     2909    2028 30.2% 25-Jan-98 15:45:10 +ReadMe.info
  189.      440     274 37.7% 25-Jan-98 15:45:10 +Readme
  190.     2909    2033 30.1% 25-Jan-98 15:45:10 +Readme.info
  191.     7416    2632 64.5% 25-Jan-98 15:45:08 +Install
  192.